home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / main / Popup.h < prev    next >
Text File  |  1993-06-22  |  143b  |  6 lines

  1. typedef struct {
  2.     short item;        /* Dialog item id */
  3.     MenuHandle h;    /* Popup menu handle */
  4.     short choice;    /* Current choice (1...) */
  5. } popup;
  6.